home *** CD-ROM | disk | FTP | other *** search
/ Euroscene 1 / Euroscene 1.iso / resource / piccon201.readme < prev    next >
Encoding:
Text File  |  1994-04-26  |  3.6 KB  |  101 lines

  1. Short: Programmer's converter. AGA support.
  2. Type: gfx/conv
  3. Author: mortene@stud.unit.no
  4. Uploader: mortene@stud.unit.no
  5.  
  6. PicCon is short for Picture Converter. This is a programmer's utility for
  7. saving pictures, or parts of pictures, in one of several RAW-formats.
  8.  
  9. The advantages of PicCon over other similar utilities is that it's:
  10.  
  11. * System-friendly (dump that Kefrens IFF-converter!) and heavily bugtested
  12.  (no Enforcer or Mungwall hits found on last betatest run)
  13.  
  14. * AGA-compatible, includes saveformats for AGA sprites, HAM8 etc
  15.  
  16. * handles all modes correctly, including HAM6, HAM8, EHB and dual playfields
  17.  
  18. * Uses datatypes for loading of pictures (picturefiles can be in any
  19.   format which you've got the datatype to (like JPEG's and GIF's in addition
  20.   to the IFF ILBM-format))
  21.  
  22. * Can load pictures of any size, as long as you've got the memory it need
  23.   (tested on bitmaps from 20x20 to 1440x5292 pixels)
  24.  
  25. * Can save palettes as 4-bits, 8-bits, 32-bits or copperlists (both OCS/ECS
  26.   and AGA supported) + more
  27.  
  28. * Has RAW save in many formats, including chunky mode, blitterlines, AGA-
  29.  sprites, workbench icons ++
  30.  
  31. Cut out from the program history:
  32. .
  33. .
  34. v1.07:
  35.   - fixed many small bugs and quirks (as usual)
  36.   - now perfect handling of the smallest bitmaps (e.g. DPaint-
  37.    Brushes)
  38.  
  39. v1.08:
  40.   - included option to save data as linkobject
  41.   - included loading of raw- and IFF-palettes
  42.   - option to save palette as IFF was added
  43.   - new imagesave format; IFF
  44.   - raw savefiles now have frameinformation in the commentfield
  45.   - loading of RAW images and WorkBench icons implemented
  46.   - now possible to save multiple sprites in one go
  47.  
  48. v2.00:
  49.   - removed bug that sometimes caused crash upon exit
  50.   - paletterequester
  51.   - option to iconify PicCon added
  52.   - fixed a bug that made it difficult to specify memorytype and
  53.    external definition name on palette linkobject files
  54.   - no longer needs datatypes.library to be present
  55.   - IFF ILBM loading without datatypes.library
  56.   - IDCMP_VANILLAKEY - no need to hold right Amigakey when using
  57.    hotkeys any longer (more like DPaint ;-)
  58.   - now saves WBicons at any width (don't have to be multiples of
  59.    16 pixels)
  60.   - fixed icontype bug on icons that use drawerstructures
  61.   - no longer needs iffparse.library to be present
  62.   - added option to save frames with extra blitterwords attached
  63.    either left or right (or both) for easy blittershift operations
  64.   - added option to save chunky images in packed format
  65.   - added option to load raw chunky images in packed format
  66.   - quick automatic framegrabs with less userinteraction is now
  67.    possible ("Grab frame")
  68.   - image and palette saveformats displayed in titlebar at all times,
  69.    along with the coordinates of the framebox
  70.   - new saveoption: Grids (nice for saving e.g. 100s of blocks of
  71.    graphical datas for maptiles/spriteframes/...)
  72.   - functions to compress pens and remove superfluous bitplanes added
  73.   - conversion: EHB --> 64 colors normal
  74.   - added control of systempens (all menus/requesters/gadgets should
  75.    be fully visible on all but the most extreme palettes (like all
  76.    paletteentries having e.g. the same value))
  77.   - new autoscan feature
  78.   - added option to save data as Pascal sourcecode
  79.   - made more functional demoversion
  80. .
  81. .
  82.  
  83. This is a demoversion. Two non-essential features are missing, and the
  84. program will exit after two saves.
  85.  
  86. The requested sharewarefee is $15 (or an equal amount in any other currency,
  87. cash only).
  88.  
  89. Be aware that you need KS3.0 or later to use PicCon, as this program uses the
  90. datatypes.library.
  91.  
  92. Check it out!
  93.  
  94. Contact the author at: mortene@stud.unit.no
  95.  
  96. ..or snailmail:        Morten Eriksen
  97.             Jonsborgv. 18
  98.             7563 Malvik
  99.             NORWAY
  100.  
  101.